printdialog: Add an example image
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Feb 2021 23:22:52 +0000 (18:22 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkprintunixdialog.c

index 0e9b2fea38f522ece0f934a3a92e503349a52433..395ea381f336e805a4a2f4bc24a99b3be17b944b 100644 (file)
@@ -60,6 +60,8 @@
  * `GtkPrintUnixDialog` implements a print dialog for platforms
  * which don’t provide a native print dialog, like Unix.
  *
+ * ![An example GtkPrintUnixDialog](printdialog.png)
+ *
  * It can be used very much like any other GTK dialog, at the cost of
  * the portability offered by the high-level printing API with
  * [class@Gtk.PrintOperation].